home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / tlaunch.exe / 0 / RCDATA / TFRM_REGCODE / TFRM_REGCODE.txt
Text File  |  1997-06-09  |  2KB  |  109 lines

  1. object frm_RegCode: Tfrm_RegCode
  2.   Left = 285
  3.   Top = 134
  4.   ActiveControl = txt_RegName
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Registration'
  8.   ClientHeight = 160
  9.   ClientWidth = 377
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 9
  22.     Width = 361
  23.     Height = 28
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 
  27.       'Enter Your Registration Name and Code EXACTLY as it appears on y' +
  28.       'our Registration Acknowledgement:'
  29.     FocusControl = txt_RegName
  30.     Font.Color = clBlack
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     WordWrap = True
  36.   end
  37.   object txt_RegName: TEdit
  38.     Left = 8
  39.     Top = 43
  40.     Width = 361
  41.     Height = 30
  42.     AutoSize = False
  43.     Font.Color = clBlack
  44.     Font.Height = -21
  45.     Font.Name = 'Courier New'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     ParentShowHint = False
  49.     ShowHint = False
  50.     TabOrder = 0
  51.     OnChange = txt_RegNameChange
  52.   end
  53.   object cmd_OK: TBitBtn
  54.     Left = 295
  55.     Top = 123
  56.     Width = 74
  57.     Height = 29
  58.     Enabled = False
  59.     TabOrder = 4
  60.     Kind = bkOK
  61.     Style = bsNew
  62.   end
  63.   object cmd_Cancel: TBitBtn
  64.     Left = 216
  65.     Top = 123
  66.     Width = 74
  67.     Height = 29
  68.     TabOrder = 3
  69.     Kind = bkCancel
  70.     Style = bsNew
  71.   end
  72.   object cmd_Help: TBitBtn
  73.     Left = 8
  74.     Top = 123
  75.     Width = 74
  76.     Height = 29
  77.     Caption = 'Help'
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     ParentShowHint = False
  84.     ShowHint = True
  85.     TabOrder = 2
  86.     OnClick = cmd_HelpClick
  87.     Kind = bkHelp
  88.     Style = bsNew
  89.     IsControl = True
  90.   end
  91.   object txt_RegCode: TEdit
  92.     Left = 8
  93.     Top = 83
  94.     Width = 361
  95.     Height = 30
  96.     AutoSize = False
  97.     CharCase = ecUpperCase
  98.     Font.Color = clBlack
  99.     Font.Height = -21
  100.     Font.Name = 'Courier New'
  101.     Font.Style = [fsBold]
  102.     ParentFont = False
  103.     ParentShowHint = False
  104.     ShowHint = False
  105.     TabOrder = 1
  106.     OnChange = txt_RegNameChange
  107.   end
  108. end
  109.